Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2025

This PR contains the following updates:

Package Change Age Confidence
@babel/core (source) 7.28.0 -> 7.28.5 age confidence
@babel/preset-env (source) 7.28.0 -> 7.28.5 age confidence
@babel/preset-react (source) 7.27.1 -> 7.28.5 age confidence
@babel/preset-typescript (source) 7.27.1 -> 7.28.5 age confidence
@fontsource/inconsolata (source) 5.2.6 -> 5.2.8 age confidence
@fontsource/inter (source) 5.2.6 -> 5.2.8 age confidence
@formatjs/intl-durationformat 0.7.4 -> 0.7.6 age confidence
@formatjs/intl-segmenter 11.7.10 -> 11.7.12 age confidence
@​livekit/protocol 1.42.2 -> 1.43.2 age confidence
@livekit/track-processors ^0.5.5 -> ^0.6.0 age confidence
@opentelemetry/core (source) 2.0.1 -> 2.2.0 age confidence
@opentelemetry/exporter-trace-otlp-http (source) ^0.203.0 -> ^0.208.0 age confidence
@opentelemetry/resources (source) 2.0.1 -> 2.2.0 age confidence
@opentelemetry/sdk-trace-base (source) 2.0.1 -> 2.2.0 age confidence
@opentelemetry/sdk-trace-web (source) 2.0.1 -> 2.2.0 age confidence
@opentelemetry/semantic-conventions (source) 1.36.0 -> 1.38.0 age confidence
@playwright/test (source) 1.56.1 -> 1.57.0 age confidence
@radix-ui/react-dialog (source) 1.1.14 -> 1.1.15 age confidence
@radix-ui/react-slider (source) 1.3.5 -> 1.3.6 age confidence
@radix-ui/react-visually-hidden (source) 1.2.3 -> 1.2.4 age confidence
@react-spring/web 10.0.1 -> 10.0.3 age confidence
@testing-library/dom 10.4.0 -> 10.4.1 age confidence
@testing-library/jest-dom 6.6.4 -> 6.9.1 age confidence
@types/node (source) 24.10.0 -> 24.10.1 age confidence
@types/pako (source) 2.0.3 -> 2.0.4 age confidence
@types/qrcode (source) 1.5.5 -> 1.5.6 age confidence
@types/react (source) 19.1.8 -> 19.2.7 age confidence
@types/react-dom (source) 19.1.6 -> 19.2.3 age confidence
@types/sdp-transform (source) 2.4.10 -> 2.15.0 age confidence
@typescript-eslint/eslint-plugin (source) 8.38.0 -> 8.48.0 age confidence
@typescript-eslint/parser (source) 8.38.0 -> 8.48.0 age confidence
knip (source) 5.62.0 -> 5.70.2 age confidence
postcss-preset-env (source) 10.2.4 -> 10.4.0 age confidence
prettier (source) 3.6.2 -> 3.7.1 age confidence
react (source) 19.1.0 -> 19.2.0 age confidence
react-dom (source) 19.1.0 -> 19.2.0 age confidence
react-i18next 15.6.1 -> 15.7.4 age confidence
react-router-dom (source) 7.7.1 -> 7.9.6 age confidence
sass 1.89.2 -> 1.94.2 age confidence
typescript (source) 5.8.3 -> 5.9.3 age confidence
vite (source) 7.1.12 -> 7.2.4 age confidence
vite-plugin-svgr 4.3.0 -> 4.5.0 age confidence

Release Notes

babel/babel (@​babel/core)

v7.28.5

Compare Source

👓 Spec Compliance
🐛 Bug Fix
  • babel-plugin-proposal-destructuring-private
  • babel-parser
  • babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-optional-chaining, babel-traverse, babel-types
  • babel-traverse
🏠 Internal
🏃‍♀️ Performance

v7.28.4

Compare Source

🏠 Internal

v7.28.3

Compare Source

👓 Spec Compliance
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-static-block, babel-preset-env
🐛 Bug Fix
💅 Polish
  • babel-plugin-transform-regenerator, babel-plugin-transform-runtime
📝 Documentation
🏠 Internal
🔬 Output optimization
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions
fontsource/font-files (@​fontsource/inconsolata)

v5.2.8

Compare Source

v5.2.7

Compare Source

fontsource/font-files (@​fontsource/inter)

v5.2.8

Compare Source

v5.2.7

Compare Source

formatjs/formatjs (@​formatjs/intl-durationformat)

v0.7.6

Compare Source

v0.7.5

Compare Source

Note: Version bump only for package @​formatjs/intl-durationformat

livekit/track-processors-js (@​livekit/track-processors)

v0.6.1

Compare Source

Patch Changes
  • cache background image rather than refetch it every time it is enabled - #​100 (@​1egoman)

v0.6.0

Compare Source

Minor Changes
  • Reduce the intensity of the gray "flash" when enabling the BackgroundProcessor - #​96 (@​1egoman)
open-telemetry/opentelemetry-js (@​opentelemetry/core)

v2.2.0

Compare Source

🐛 Bug Fixes
  • fix(core): avoid leaking Node.js types via unrefTimer() util #​5986 @​pichlermarc
  • fix(core): avoid leaking Node.js types via otperformance #​5987 @​pichlermarc
    • important: this bug fix may be breaking for certain uses of otperformance
      • otperformance.now() and otperformance.timeOrigin are not affected.
      • the previously used type was incorrect and overly broad, leading to unexpected run-time behavior runtimes that are not Node.js.
      • these problems are now caught on compile-time: if you have been using this API and this change is breaking to you, please consider using your target platform's performance implementation instead.
🏠 Internal

v2.1.0

Compare Source

🚀 Features
🐛 Bug Fixes
  • fix(sdk-metrics): Remove invalid default value for startTime param to ExponentialHistogramAccumulation. This only impacted the closurescript compiler. #​5763 @​trentm
🏠 Internal
microsoft/playwright (@​playwright/test)

v1.57.0

Compare Source

radix-ui/primitives (@​radix-ui/react-visually-hidden)

v1.2.4

pmndrs/react-spring (@​react-spring/web)

v10.0.3

Compare Source

What's Changed

New Contributors

Full Changelog: pmndrs/react-spring@v10.0.2...v10.0.3

v10.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: pmndrs/react-spring@v10.0.1...v10.0.2

testing-library/dom-testing-library (@​testing-library/dom)

v10.4.1

Compare Source

Bug Fixes
testing-library/jest-dom (@​testing-library/jest-dom)

v6.9.1

Compare Source

Bug Fixes

v6.9.0

Compare Source

Features

v6.8.0

Compare Source

Features

v6.7.0

Compare Source

Features
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.48.0

Compare Source

🚀 Features
  • eslint-plugin: [no-redundant-type-constituents] use assignability checking for redundancy checks (#​10744)
🩹 Fixes
  • typescript-estree: disallow binding patterns in parameter properties (#​11760)
  • eslint-plugin: [consistent-generic-constructors] ignore when constructor is typed array (#​10477)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.47.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unused-private-class-members] new extension rule (#​10913)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.46.4

Compare Source

🩹 Fixes
  • parser: error when both projectService and project are set (#​11333)
  • eslint-plugin: handle override modifier in promise-function-async fixer (#​11730)
  • eslint-plugin: [no-deprecated] fix double-report on computed literal identifiers (#​11006, #​10958)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.46.3

Compare Source

🩹 Fixes
  • eslint-plugin: [no-duplicate-enum-values] support signed numbers (#​11722, #​11723)
  • eslint-plugin: [no-misused-promises] expand union type to retrieve target property (#​11706)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.46.2

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#​11702)
❤️ Thank You
  • mdm317

You can read about our versioning strategy and releases on our website.

v8.46.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-misused-promises] special-case .finally not to report when a promise returning function is provided as an argument (#​11667)
  • eslint-plugin: [prefer-optional-chain] include mixed "nullish comparison style" chains in checks (#​11533)
❤️ Thank You
  • mdm317
  • Ronen Amiel

You can read about our versioning strategy and releases on our website.

v8.46.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#​11659)
  • rule-schema-to-typescript-types: clean up and make public (#​11633)
🩹 Fixes
  • eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#​11660)
  • typescript-estree: forbid abstract method and accessor to have implementation (#​11657)
  • eslint-plugin: removed error type previously deprecated (#​11674)
  • eslint-plugin: [no-deprecated] ignore deprecated export imports (#​11603)
  • eslint-plugin: [unbound-method] improve wording around this: void and binding (#​11634)
  • rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#​11628)
  • eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#​11487)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.45.0

Compare Source

🚀 Features
  • eslint-plugin: expose rule name via RuleModule interface (#​11616)
🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] ignoreBooleanCoercion should not apply to top-level ternary expressions (#​11614)
  • eslint-plugin: [no-base-to-string] check if superclass is ignored (#​11617)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.44.1

Compare Source

🩹 Fixes
  • eslint-plugin: [await-thenable] should not report passing values to promise aggregators which may be a promise in an array literal (#​11611)
  • eslint-plugin: [no-unsafe-enum-comparison] support unions of literals (#​11599)
  • eslint-plugin: [no-base-to-string] make ignoredTypeNames match type names without generics (#​11597)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.44.0

Compare Source

🚀 Features
  • eslint-plugin: [await-thenable] report invalid (non-promise) values passed to promise aggregator methods (#​11267)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-conversion] ignore enum members (#​11490)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.43.0

Compare Source

🚀 Features
  • typescript-estree: disallow empty type parameter/argument lists (#​11563)
🩹 Fixes
  • eslint-plugin: [prefer-return-this-type] don't report an error when returning a union type that includes a classType (#​11432)
  • eslint-plugin: [no-deprecated] should report deprecated exports and reexports (#​11359)
  • eslint-plugin: [no-floating-promises] allowForKnownSafeCalls now supports function names (#​11423, #​11430)
  • eslint-plugin: [consistent-type-exports] fix declaration shadowing (#​11457)
  • eslint-plugin: [no-unnecessary-type-conversion] only report ~~ on integer literal types (#​11517)
  • scope-manager: exclude Program from DefinitionBase node types (#​11469)
  • eslint-plugin: [no-non-null-assertion] do not suggest optional chain on LHS of assignment (#​11489)
  • type-utils: add union type support to TypeOrValueSpecifier (#​11526)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.42.0

Compare Source

🩹 Fixes
  • deps: update eslint monorepo to v9.33.0 (#​11482)

You can read about our versioning strategy and releases on our website.

v8.41.0

Compare Source

🩹 Fixes
  • deps: update dependency prettier to v3.6.2 (#​11496)

You can read about our versioning strategy and releases on our website.

v8.40.0

Compare Source

🚀 Features
  • typescript-estree: forbid invalid keys in EnumMember (#​11232)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.39.1

Compare Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.39.0

[Compare Source](ht


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner October 1, 2025 02:29
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 1, 2025
@renovate renovate bot requested a review from Half-Shot October 1, 2025 02:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d827194 to ae90833 Compare October 1, 2025 12:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ae90833 to 91e8f3b Compare October 1, 2025 20:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 91e8f3b to c6e60a1 Compare October 3, 2025 13:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c6e60a1 to 26eae5d Compare October 4, 2025 20:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 26eae5d to c99de3d Compare October 5, 2025 21:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c99de3d to 7051ce2 Compare October 6, 2025 18:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7051ce2 to bf5fd65 Compare October 6, 2025 22:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bf5fd65 to be04ed2 Compare October 7, 2025 10:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from be04ed2 to 278e571 Compare October 8, 2025 05:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 278e571 to 0f0147e Compare October 8, 2025 22:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0f0147e to 2e7bebd Compare October 11, 2025 10:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2e7bebd to b744f77 Compare October 11, 2025 16:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b744f77 to 6b42b18 Compare October 11, 2025 20:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from abdf69f to debf8d3 Compare October 18, 2025 16:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from debf8d3 to a70dd95 Compare October 20, 2025 18:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a70dd95 to c4923e4 Compare October 20, 2025 22:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c4923e4 to 4b4ff72 Compare October 21, 2025 09:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4b4ff72 to f5ca9e4 Compare October 22, 2025 04:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f5ca9e4 to 4f42ac7 Compare October 23, 2025 14:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4f42ac7 to c71b017 Compare October 23, 2025 15:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c71b017 to d25fb36 Compare October 23, 2025 15:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d25fb36 to 1f86a5c Compare October 24, 2025 23:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1f86a5c to 537df34 Compare October 25, 2025 17:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 537df34 to 6308378 Compare October 26, 2025 13:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 74f5ec7 to c5828f4 Compare December 1, 2025 17:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c5828f4 to 9940477 Compare December 2, 2025 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant